Configurates
C1.Web.Mvc.ChartAxis<T>.LabelAlign. Sets the label alignment.
Syntax
'Declaration
Public Function LabelAlign( _
ByVal As String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LabelAlign(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also